projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaddfb2
)
(xaw_create_dialog): Initialize icon_name to suppress compiler warnings.
author
Pavel Janík
<Pavel@Janik.cz>
Wed, 9 Jan 2002 11:01:58 +0000
(11:01 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Wed, 9 Jan 2002 11:01:58 +0000
(11:01 +0000)
lwlib/ChangeLog
patch
|
blob
|
history
lwlib/lwlib-Xaw.c
patch
|
blob
|
history
diff --git
a/lwlib/ChangeLog
b/lwlib/ChangeLog
index 9ed9e4246e5a42f42553d29ae3d242cc3f51f5f1..d33586160d69daea41bd48e5199630b6f40944b5 100644
(file)
--- a/
lwlib/ChangeLog
+++ b/
lwlib/ChangeLog
@@
-1,3
+1,8
@@
+2002-01-09 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * lwlib-Xaw.c (xaw_create_dialog): Initialize icon_name to
+ suppress compiler warnings.
+
2001-12-18 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
* lwlib.c (separator_names): Add missing braces around
diff --git
a/lwlib/lwlib-Xaw.c
b/lwlib/lwlib-Xaw.c
index 214548da97e6bc5284f571dba441a475d2b8c4cf..d08051376f0643b15093f6d5136a26867e97f292 100644
(file)
--- a/
lwlib/lwlib-Xaw.c
+++ b/
lwlib/lwlib-Xaw.c
@@
-395,7
+395,7
@@
xaw_create_dialog (instance)
Widget widget;
Boolean pop_up_p = instance->pop_up_p;
char *shell_name = 0;
- char *icon_name;
+ char *icon_name
= 0
;
Boolean text_input_slot = False;
Boolean radio_box = False;
Boolean list = False;